MapSchemaDto class

Inheritance
Annotations
  • @TypeAnnotation.new('map')
  • @JsonSerializable.new()

Constructors

MapSchemaDto(String type, String? key, List<MarkerDto> markers, double initialZoom, Location initLocatin, double? height, double? width)
MapSchemaDto.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
height double?
getter/setter pair
initialZoom double
getter/setter pair
initLocatin Location
getter/setter pair
key String?
getter/setter pairinherited
markers List<MarkerDto>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
getter/setter pairinherited
width double?
getter/setter pair

Methods

buildWidget() Widget
override
findByKey(String targetKey) SchemaDto?
inherited
findChildrenOfType<T extends SchemaDto>() List<T>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
searchChildrenOfType<T extends SchemaDto>(SchemaDto node, List<T> found) → void
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited