menu
jetleaf_lang package
documentation
lang.dart
Field
getType abstract method
getType abstract method
dark_mode
light_mode
getType
abstract method
Type
getType
(
)
Gets the type of the field.
Returns:
The field type as a
Type
Example:
final type = field.getType(); // Type
Implementation
Type getType();
jetleaf_lang package
documentation
lang
Field
getType abstract method
Field class