source property

Map<String, String> get source

Implementation

Map<String, String> get source {
  return {
    "name": name,
    "native": native,
    "code": code,
  };
}