DART Reference: Types
Quick reference for Types.
DART Reference — Types
Quick summary of Types with syntax and example.
Syntax
void main(){}
Example
void main(){
print("Hello Dart");
}
Quick reference for Types.
Quick summary of Types with syntax and example.
void main(){}
void main(){
print("Hello Dart");
}