build method

  1. @override
_$PluginManifestBackend build()
override

Builds.

The implementation of this method will be generated for you by the built_value generator.

Implementation

@override
_$PluginManifestBackend build() {
  final _$result =
      _$v ?? new _$PluginManifestBackend._(executable: executable);
  replace(_$result);
  return _$result;
}