DART String Data Type & Variables ๐
Learn about Dart's String datatype, how to store sequences of characters, numbers, and symbols in variables like name and channel.

InvolveInInnovation
73 views โข Dec 22, 2020

About this video
String is a sequence of alphabets or special characters or number. The String value is stored in string datatype.
String name=โDavidโ;
String channel=โInvolveininnovationโ;
print(name);
As I mentioned earlier every thing in dart is object This string is also object.
#String #Dart
String name=โDavidโ;
String channel=โInvolveininnovationโ;
print(name);
As I mentioned earlier every thing in dart is object This string is also object.
#String #Dart
Tags and Topics
Browse our collection to discover more content in these categories.
Video Information
Views
73
Likes
6
Duration
6:09
Published
Dec 22, 2020