IosIconStructInfoBean.fromJson constructor

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

Implementation

IosIconStructInfoBean.fromJson(Map<String, dynamic> json) {
  version = json['version'];
  author = json['author']?.toString();
}