factory CreateLayerResult.fromJson(Map<String, dynamic> json) { return CreateLayerResult( layerId: json['LayerId'] as String?, ); }