Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EnumValue ¶ added in v1.17.0
type Field ¶
type Field struct {
Name string `json:"name"`
JSName string `json:"js_name"`
Help string `json:"help"`
Json string `json:"json"`
Type string `json:"type"`
Readonly bool `json:"readonly"`
Null bool `json:"null,omitempty"`
List bool `json:"list,omitempty"`
InternalType bool `json:"internal_type,omitempty"`
Omitempty bool `json:"omitempty,omitempty"`
TSType string `json:"ts_type"`
DartType string `json:"dart_type"`
TSDefault string `json:"ts_default"`
}
func (Field) DartRequired ¶ added in v1.17.0
Click to show internal directories.
Click to hide internal directories.