menu
googleapis package
documentation
healthcare/v1.dart
Field
Field.new constructor
Field.new constructor
dark_mode
light_mode
Field
constructor
Field
(
{
int
?
maxOccurs
,
int
?
minOccurs
,
String
?
name
,
String
?
table
,
String
?
type
,
})
Implementation
Field({
this
.maxOccurs,
this
.minOccurs,
this
.name,
this
.table,
this
.type, });
googleapis package
documentation
healthcare/v1
Field
Field.new constructor
Field class
Constructors
new
fromJson
Properties
hashCode
maxOccurs
minOccurs
name
runtimeType
table
type
Methods
noSuchMethod
toJson
toString
Operators
operator ==