menu
flutter_xio package
documentation
flutter_xio.dart
RegisterField
RegisterField.new constructor
RegisterField.new constructor
dark_mode
light_mode
RegisterField
constructor
RegisterField
(
String
key
,
FieldType
type
,
String
?
name
,
int
offset
,
int
size
, {
String
?
tag
,
List
?
selection
,
})
Implementation
RegisterField(this.key, this.type, this.name, this.offset,this.size,{this.tag, this.selection});
flutter_xio package
documentation
flutter_xio
RegisterField
RegisterField.new constructor
RegisterField class