{"id":1942,"date":"2022-04-07T06:15:35","date_gmt":"2022-04-07T06:15:35","guid":{"rendered":"https:\/\/mdr.foobrdigital.com\/?p=1942"},"modified":"2022-04-07T06:15:35","modified_gmt":"2022-04-07T06:15:35","slug":"final-and-const-keyword","status":"publish","type":"post","link":"https:\/\/mudassirbackup.infinitycodestudio.com\/index.php\/2022\/04\/07\/final-and-const-keyword\/","title":{"rendered":"Final and Const Keyword"},"content":{"rendered":"\n<p>We can use a final keyword to restrict the user. It can be applied in many contexts, such as variables, classes, and methods.<\/p>\n\n\n\n<p>Const keyword is used to declare constant. We cannot change the value of the const keyword after assigning it.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Example :<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>void main() {   \n  final a = 100;  \n  const pi = 3.14;  \n  print(a);  \n  print(pi);  \n}  <\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>We can use a final keyword to restrict the user. It can be applied in many contexts, such as variables, classes, and methods. Const keyword is used to declare constant. We cannot change the value of the const keyword after assigning it. Example :<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[659],"tags":[],"_links":{"self":[{"href":"https:\/\/mudassirbackup.infinitycodestudio.com\/index.php\/wp-json\/wp\/v2\/posts\/1942"}],"collection":[{"href":"https:\/\/mudassirbackup.infinitycodestudio.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mudassirbackup.infinitycodestudio.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mudassirbackup.infinitycodestudio.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mudassirbackup.infinitycodestudio.com\/index.php\/wp-json\/wp\/v2\/comments?post=1942"}],"version-history":[{"count":0,"href":"https:\/\/mudassirbackup.infinitycodestudio.com\/index.php\/wp-json\/wp\/v2\/posts\/1942\/revisions"}],"wp:attachment":[{"href":"https:\/\/mudassirbackup.infinitycodestudio.com\/index.php\/wp-json\/wp\/v2\/media?parent=1942"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mudassirbackup.infinitycodestudio.com\/index.php\/wp-json\/wp\/v2\/categories?post=1942"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mudassirbackup.infinitycodestudio.com\/index.php\/wp-json\/wp\/v2\/tags?post=1942"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}