SelfRepresentiveExtensions extension

on
  • ISelfRespresentive

Properties

json Map<String, dynamic>
no setter

Methods

call<T>(String key, {T orElse()?, T? transformer(dynamic value)?}) → T?
containsKey(String key) bool
Checks if the self map contains the key
getField<T>(String key, {T orElse()?, T? transformer(dynamic value)?}) → T?
Returns the value of the key or null if it doesn't exist.

Operators

operator [](String key) → dynamic
Returns the value of the key or null if it doesn't exist.