PlatformResult constructor

PlatformResult({
  1. required int code,
  2. required Map<String, dynamic> jsonData,
})

Implementation

PlatformResult({required this.code, required this.jsonData});