nimbus_annotation 1.0.0+2 copy "nimbus_annotation: ^1.0.0+2" to clipboard
nimbus_annotation: ^1.0.0+2 copied to clipboard

nimbus_annotation is a annotation for flutter_generator inspired by Chopper and Retrofit

example/lib/example.dart

import 'package:nimbus_annotation/nimbus_annotation.dart';

@DatasetSerializable()
class ApiResponseModel {
  ApiResponseModel({this.common});

  @DatasetHeader()
  final CommonRecord? common;
}

@RecordSerializable()
class CommonRecord {
  CommonRecord({this.resultCode, this.resultMessage});

  final String? resultCode;
  final String? resultMessage;
}
0
likes
0
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

nimbus_annotation is a annotation for flutter_generator inspired by Chopper and Retrofit

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

meta

More

Packages that depend on nimbus_annotation