KMLModel class

Class that defines the KML entity, which contains its properties and methods.

Constructors

KMLModel({required String name, required String content, String screenOverlay = ''})

Properties

body String
Property that defines the KML body, with its name and content applied.
no setter
content String
Property that defines the KML content.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String
Property that defines the KML name.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenOverlay String
Property that defines the KML screen overlay.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

generateBlank(String id) String
Generates a blank KML with the given id.