fromJson static method

AxelorVersionModel fromJson(
  1. Object? json
)

Implementation

static AxelorVersionModel fromJson(Object? json) => _$AxelorVersionModelFromJson(json as Map<String, dynamic>);