TikiStrategyMicrosoftModelCompany.fromJson constructor

TikiStrategyMicrosoftModelCompany.fromJson(
  1. Map<String, dynamic>? json
)

Implementation

TikiStrategyMicrosoftModelCompany.fromJson(Map<String, dynamic>? json) {
  if (json != null) {
    domain = json['domain'];
  }
}