LiveConfig.fromMap constructor

LiveConfig.fromMap(
  1. Map? map
)

Implementation

LiveConfig.fromMap(Map? map) {
  liveAddress = map?['liveAddress'];
}