fromJson static method

FightResult? fromJson(
  1. dynamic value
)

Implementation

static FightResult? fromJson(dynamic value) => FightResultTypeTransformer().decode(value);